home *** CD-ROM | disk | FTP | other *** search
- on highlight
- global numberbugs
- repeat with xxx = 1 to 10
- if numberbugs = xxx then
- set the castNum of sprite (37 + xxx) to the number of cast string(xxx & "a")
- next repeat
- end if
- set the castNum of sprite (37 + xxx) to the number of cast string(xxx)
- end repeat
- end
-